runtime.gcWork.flushedWork (field)
12 uses
runtime (current package)
mgc.go#L1055: if pp.gcw.flushedWork {
mgc.go#L1057: pp.gcw.flushedWork = false
mgc.go#L2002: print("runtime: P ", p.id, " flushedWork ", gcw.flushedWork)
mgcmark_greenteagc.go#L310: gcw.flushedWork = true
mgcwork.go#L127: flushedWork bool
mgcwork.go#L175: w.flushedWork = true
mgcwork.go#L232: w.flushedWork = true
mgcwork.go#L311: w.flushedWork = true
mgcwork.go#L320: w.flushedWork = true
mgcwork.go#L336: w.flushedWork = true
mgcwork.go#L362: w.flushedWork = true
mgcwork.go#L366: w.flushedWork = true // handoff did putfull
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |